home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group95b.txt / 000056_icon-group-sender _Mon Jun 19 11:39:28 1995.msg < prev    next >
Internet Message Format  |  1995-09-18  |  3KB

  1. Received: by cheltenham.cs.arizona.edu; Mon, 19 Jun 1995 12:26:33 MST
  2. Date: Mon, 19 Jun 1995 11:39:28 -0600 (CST)
  3. From: Chris Tenaglia | 456-8765 <TENAGLIA@MIS.MCW.EDU>
  4. Subject: Re: ICON and Data Conversion
  5. To: dcorbo@ix.netcom.com
  6. Cc: icon-group@cs.arizona.edu
  7. Message-Id: <01HRW05Y280I8WWUVE@mis.mcw.edu>
  8. Organization: Medical College of Wisconsin (Milwaukee, WI)
  9. X-Vms-To: IN%"dcorbo@ix.netcom.com"
  10. X-Vms-Cc: IN%"icon-group@cs.arizona.edu"
  11. Mime-Version: 1.0
  12. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  13. Content-Transfer-Encoding: 7BIT
  14. Errors-To: icon-group-errors@cs.arizona.edu
  15.  
  16.  
  17. Exactly what I use it for. There's a ton of tools available
  18. like Perl, Icon, and AWK. One seems to pick one and use it
  19. like a swiss army knife. I use icon as my preferred tool.
  20.  
  21. I've used it for reconciling employee records against the
  22. password file to make sure only current employees have
  23. accounts. I've made data viewers for cobol programmers.
  24. They supply a cobol FD (file def) section, and a data file
  25. name and my viewer shows how the data elements fit in the
  26. field. Good for checking alignments, empty fields, and ranges.
  27. I've written mailing label generators, and printer filters too.
  28.  
  29. Chris Tenaglia (System Manager) |  "The past explained,     
  30. Medical College of Wisconsin    |   the future foretold, 
  31. 8701 W. Watertown Plank Rd.     |   the present largely appologized for."
  32. Milwaukee, WI 53226             |   Organon to The Doctor
  33. (414)456-8765                   |     
  34. tenaglia@mis.mcw.edu
  35.  
  36. > From:    IN%"dcorbo@ix.netcom.com" 19-JUN-1995 11:14:39.26
  37. > To:    IN%"icon-group@cs.arizona.edu"
  38. > Subj:    ICON and Data Conversion
  39.  
  40. > In the last few years, I've worked on several downsizing and data 
  41. > warehouse projects.  One of the requirements is always to take mainframe 
  42. > information and convert it into some format that can be loaded into the 
  43. > new system database, usually UNIX based but I suspect I'll be working 
  44. > with NT soon.  When I perform this work, I require the delivery of a 
  45. > plain ascii text file.  I then use KSH with PERL or AWK to parse the 
  46. > file and create the file(s) for loading.  Some of the conversion 
  47. > processing involves creating relationships with several other files or 
  48. > database tables for referential integrity or looking up descriptive 
  49. > data, etc.  I am always looking for good tools that can make my work 
  50. > easier and of better quality.  I would like to know if ICON is suitable 
  51. > for this type of work.  
  52.  
  53. > Dennis Corbo
  54.  
  55.